since we already use memory barriers as approriate to prevent
concurrent access with event handlers.
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* wakes select for this FD. */
struct {
evtchn_port_t port;
- volatile unsigned long pending;
+ unsigned long pending;
int bound;
} ports[MAX_EVTCHN_PORTS];
} evtchn;
xenbus_event_queue events;
} xenbus;
};
- volatile int read; /* maybe available for read */
+ int read; /* maybe available for read */
} files[];
int alloc_fd(enum fd_type type);